SftTree/NET 2.0

MainCell Property, RowHeaderClass Class

Softel vdm, Inc.

Returns the main cell, if the current cell is part of the main cell due to cell merging.

Syntax      RowHeaderClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property MainCell As RowHeaderClass
Public ReadOnly Property MainCell As CellBaseClass

C#   

public RowHeaderClass MainCell { get; }
public CellBaseClass MainCell { get; }

C++   

public: property RowHeaderClass^ MainCell {
        RowHeaderClass^ get();
}
public: property CellBaseClass^ MainCell {
        CellBaseClass^ get();
}

Property Value

The main cell that merges into the current cell or null/Nothing if the current cell isn't part of a merged cell.

Comments

The MainCell property returns the main cell, if the current cell is part of the main cell due to cell merging.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com